Descriptor Configuration
SetValue
sets one particular configuration parameter with specified configuration value.
GetValue
gets the configuration value of one particular configuration parameter.
Fortran:
Status = DftiSetValue (Desc_Handle, Config_Param, Config_Val)
C:
status = DftiSetValue (desc_handle, config_param, config_val);
Fortran:
Status = DftiGetValue (Desc_Handle, Config_Param, Config_Val)
C:
status = DftiGetValue (desc_handle, config_param, config_val);
* Legal Information © 1999, 2002-2004, Intel Corporation